CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 遗传算法 测试函数

搜索资源列表

  1. PSO-algorithm-

    0下载:
  2. 改进的 遗传算法 及其测试函数-Improved Genetic Algorithm and Its test function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:3336
    • 提供者:wangminglin
  1. Opposition-based-Stud-Genet

    0下载:
  2. 为进一步提高螺栓遗传算法的优化效率,加速寻优过程,提出基于对立策略的螺栓遗传算法。该算法在种群初始化阶段和变异阶段均用对立取代随机方式,提高产生解的质量。利用测试函数对算法的效率进行检验,将其与差分算法、遗传算法、粒子群算法和螺栓遗传算法进行对比,结果表明,新算法具有更快的收敛速度和更高的求解精度。-In order to improve the performance of Stud Genetic Algorithm(SGA) and accelerate the convergence s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:97452
    • 提供者:zhangyan
  1. GA

    1下载:
  2. 多目标的十进制遗传算法,可求解多个测试函数的多维的最优值-Multi-objective Genetic Algorithms decimal, multiple tests can be solved multidimensional optimal value function
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2156
    • 提供者:心海赤潮
  1. PSOTool

    2下载:
  2. 求解非线性方程组方法有经典算法以及近年来流行的遗传算法.牛顿法及其改进形式,但是此类算法的收敛性在很大程度上依赖于初始点的选择,对于某些非线性方程组容易导致求解失败 为了克服经典算法的缺点,设计了求解非线性方程组的混合遗传算法,但依然对方程组和编码方法有很高要求。PSO是受到鸟群或者鱼群社会行为的启发而形成的一种基于种群的随机优化技术。它是一类随机全局优化技术,通过粒子间的相互作用发现复杂搜索空间中的最优区域。该算法是一种基于群体智能的新型演化计算技术,具有简单易实现、设置参数少、全局优化能力强
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-30
    • 文件大小:15360
    • 提供者:
  1. GA

    0下载:
  2. 简单遗传算法MATLAB实现,详细的介绍了简单遗传算法的实现过程,并以一个简单的函数优化作为案例说明了其应用。但是由于该测试函数过于简单,在实际的应用过程中,还需要对相关参数进行调整,使其效率得到更大的提高。-Simple genetic algorithm based on MATLAB realize, describes in detail the process of simple genetic algorithm, and a simple function optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3662
    • 提供者:豆豆
  1. GA

    0下载:
  2. 利用MATLAB编程实现遗传算法,并结合一维多峰值函数对算法性能进行了测试,在MATLAB环境中采用遗传算法有效地解决了求解函数的优化问题,仿真结果验证了该算法的有效性,图像直观,性能优越,为遗传算法的实际应用开辟了新的途径和渠道。-Genetic algorithms using MATLAB programming, combined with a function Victoria Peak performance of the algorithm was tested in the MA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2438
    • 提供者:Chengwei Xiao
  1. diploid-genetic-algorithms

    0下载:
  2. matlab实现二倍体编码体制的遗传算法,包括统计函数,包括了统计函数,各种遗传算法的测试函数。-matlab coding system to achieve diploid genetic algorithms, including statistical functions, including statistical functions, a variety of genetic algorithm test function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:13414
    • 提供者:
  1. GA_real_coded_min

    0下载:
  2. 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1386
    • 提供者:刘军华
  1. matlab--ga

    0下载:
  2. 采用遗传算法求最小值,比较实用,经过多个测试函数测试-Using genetic algorithms for the minimum
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6607
    • 提供者:刘军华
  1. Genetic-algorithm-c-source-code-

    0下载:
  2. 多变量遗传算法C++版 测试通过 输入输出文件在源码中有说明 根据需要修改目标函数和变量数即可-Multivariate genetic algorithm C++ and the number of variables needed to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:13872
    • 提供者:moon
  1. GA1

    0下载:
  2. 标准遗传算法,通过修改里面的测试函数即可为你所用!-Standard genetic algorithm, by modifying the inside of the test function can work for you!
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:21958
    • 提供者:hockjean
  1. genetic-model

    0下载:
  2. 使用遗传算法求最优值 带有详细的讲解 并附有测试函数 -The use of genetic algorithms for optimal value with a detailed explanation
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3012
    • 提供者:flack tang
  1. Genetic_Algorithm

    0下载:
  2. 单目标遗传算法,并运用测试函数测试了其精度与收敛性。-Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:3303
    • 提供者:逸文
  1. fmaxga

    0下载:
  2. 基于MATLAB的遗传算法程序,所用的函数为测试函数-Genetic algorithm based on MATLAB program, the use of function test function
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2729
    • 提供者:胡涛
  1. genetic-algorithm

    0下载:
  2. 单变量遗传算法,内附测试函数,算法简单可行,效率较高-genetic algorithm for single variable function
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:9353
    • 提供者:mudao
  1. GAPSO

    1下载:
  2. 遗传和粒子群算法的多目标例程,用了几个测试函数,效果还不错-Inheritance and multi-objective particle swarm optimization (pso) routines, used several test functions, the effect is good
  3. 所属分类:matlab

    • 发布日期:2017-01-12
    • 文件大小:49152
    • 提供者:yy
  1. daima

    0下载:
  2. 二进制编码的遗传算法源程序,基本的测试函数,其中包括典型的二维和三维图像的仿真,具有普遍性-Binary coded genetic algorithm source code, the basic test functions, including typical simulation of 2D and 3D images, universal
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:8804
    • 提供者:王芳
  1. duoyuandanfenghanshuyouhuashili

    0下载:
  2. 多元单峰值函数遗传算法优化计算实例,自己测试可以使用-Genetic Algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:615
    • 提供者:sai
  1. GA

    0下载:
  2. 经典遗传算法,二进制编码,可改变变量维数,附带一些测试函数-Classical genetic algorithm, binary encoding, you can change the variable dimension, with some test functions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-01
    • 文件大小:17005
    • 提供者:Yuting Zhang
  1. code-builder_wovzg8

    0下载:
  2. 我在毕业设计时编写的遗传算法MATLB程序,具有比较好的通用性,里面有遗传算法的选择、交叉、变异函数,包括仓库问题,全新的问题, 测试的问题等遗传算法例子。 -I wrote in the design of genetic algorithm MATLB graduation program, with good versatility, there are genetic algorithm selection, crossover, mutation of genetic algori
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6096
    • 提供者:qyxtys
« 1 2 34 »
搜珍网 www.dssz.com